3.1.89 \(\int \frac {(a+b x)^2 (A+B x)}{x^8} \, dx\)

Optimal. Leaf size=55 \[ -\frac {a^2 A}{7 x^7}-\frac {a (a B+2 A b)}{6 x^6}-\frac {b (2 a B+A b)}{5 x^5}-\frac {b^2 B}{4 x^4} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 55, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {76} \begin {gather*} -\frac {a^2 A}{7 x^7}-\frac {a (a B+2 A b)}{6 x^6}-\frac {b (2 a B+A b)}{5 x^5}-\frac {b^2 B}{4 x^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*x)^2*(A + B*x))/x^8,x]

[Out]

-(a^2*A)/(7*x^7) - (a*(2*A*b + a*B))/(6*x^6) - (b*(A*b + 2*a*B))/(5*x^5) - (b^2*B)/(4*x^4)

Rule 76

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && (NeQ[n, -1] || EqQ[p, 1]) && N
eQ[b*e + a*f, 0] && ( !IntegerQ[n] || LtQ[9*p + 5*n, 0] || GeQ[n + p + 1, 0] || (GeQ[n + p + 2, 0] && Rational
Q[a, b, d, e, f])) && (NeQ[n + p + 3, 0] || EqQ[p, 1])

Rubi steps

\begin {align*} \int \frac {(a+b x)^2 (A+B x)}{x^8} \, dx &=\int \left (\frac {a^2 A}{x^8}+\frac {a (2 A b+a B)}{x^7}+\frac {b (A b+2 a B)}{x^6}+\frac {b^2 B}{x^5}\right ) \, dx\\ &=-\frac {a^2 A}{7 x^7}-\frac {a (2 A b+a B)}{6 x^6}-\frac {b (A b+2 a B)}{5 x^5}-\frac {b^2 B}{4 x^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 50, normalized size = 0.91 \begin {gather*} -\frac {10 a^2 (6 A+7 B x)+28 a b x (5 A+6 B x)+21 b^2 x^2 (4 A+5 B x)}{420 x^7} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x)^2*(A + B*x))/x^8,x]

[Out]

-1/420*(21*b^2*x^2*(4*A + 5*B*x) + 28*a*b*x*(5*A + 6*B*x) + 10*a^2*(6*A + 7*B*x))/x^7

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(a+b x)^2 (A+B x)}{x^8} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[((a + b*x)^2*(A + B*x))/x^8,x]

[Out]

IntegrateAlgebraic[((a + b*x)^2*(A + B*x))/x^8, x]

________________________________________________________________________________________

fricas [A]  time = 1.40, size = 51, normalized size = 0.93 \begin {gather*} -\frac {105 \, B b^{2} x^{3} + 60 \, A a^{2} + 84 \, {\left (2 \, B a b + A b^{2}\right )} x^{2} + 70 \, {\left (B a^{2} + 2 \, A a b\right )} x}{420 \, x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2*(B*x+A)/x^8,x, algorithm="fricas")

[Out]

-1/420*(105*B*b^2*x^3 + 60*A*a^2 + 84*(2*B*a*b + A*b^2)*x^2 + 70*(B*a^2 + 2*A*a*b)*x)/x^7

________________________________________________________________________________________

giac [A]  time = 1.21, size = 51, normalized size = 0.93 \begin {gather*} -\frac {105 \, B b^{2} x^{3} + 168 \, B a b x^{2} + 84 \, A b^{2} x^{2} + 70 \, B a^{2} x + 140 \, A a b x + 60 \, A a^{2}}{420 \, x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2*(B*x+A)/x^8,x, algorithm="giac")

[Out]

-1/420*(105*B*b^2*x^3 + 168*B*a*b*x^2 + 84*A*b^2*x^2 + 70*B*a^2*x + 140*A*a*b*x + 60*A*a^2)/x^7

________________________________________________________________________________________

maple [A]  time = 0.01, size = 48, normalized size = 0.87 \begin {gather*} -\frac {B \,b^{2}}{4 x^{4}}-\frac {A \,a^{2}}{7 x^{7}}-\frac {\left (A b +2 B a \right ) b}{5 x^{5}}-\frac {\left (2 A b +B a \right ) a}{6 x^{6}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^2*(B*x+A)/x^8,x)

[Out]

-1/7*a^2*A/x^7-1/6*a*(2*A*b+B*a)/x^6-1/5*b*(A*b+2*B*a)/x^5-1/4*b^2*B/x^4

________________________________________________________________________________________

maxima [A]  time = 1.13, size = 51, normalized size = 0.93 \begin {gather*} -\frac {105 \, B b^{2} x^{3} + 60 \, A a^{2} + 84 \, {\left (2 \, B a b + A b^{2}\right )} x^{2} + 70 \, {\left (B a^{2} + 2 \, A a b\right )} x}{420 \, x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^2*(B*x+A)/x^8,x, algorithm="maxima")

[Out]

-1/420*(105*B*b^2*x^3 + 60*A*a^2 + 84*(2*B*a*b + A*b^2)*x^2 + 70*(B*a^2 + 2*A*a*b)*x)/x^7

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 51, normalized size = 0.93 \begin {gather*} -\frac {x^2\,\left (\frac {A\,b^2}{5}+\frac {2\,B\,a\,b}{5}\right )+\frac {A\,a^2}{7}+x\,\left (\frac {B\,a^2}{6}+\frac {A\,b\,a}{3}\right )+\frac {B\,b^2\,x^3}{4}}{x^7} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*x)*(a + b*x)^2)/x^8,x)

[Out]

-(x^2*((A*b^2)/5 + (2*B*a*b)/5) + (A*a^2)/7 + x*((B*a^2)/6 + (A*a*b)/3) + (B*b^2*x^3)/4)/x^7

________________________________________________________________________________________

sympy [A]  time = 1.44, size = 56, normalized size = 1.02 \begin {gather*} \frac {- 60 A a^{2} - 105 B b^{2} x^{3} + x^{2} \left (- 84 A b^{2} - 168 B a b\right ) + x \left (- 140 A a b - 70 B a^{2}\right )}{420 x^{7}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**2*(B*x+A)/x**8,x)

[Out]

(-60*A*a**2 - 105*B*b**2*x**3 + x**2*(-84*A*b**2 - 168*B*a*b) + x*(-140*A*a*b - 70*B*a**2))/(420*x**7)

________________________________________________________________________________________